Welcome![Sign In][Sign Up]
Location:
Search - Android so

Search list

[VC/MFCApress.Android.Essentials.Jul.2008

Description: 关于google android 手机平台开发的电子书籍,英文版的,2008年出版,国内还没有这方面的书,所以这有从国外淘一淘了-Google android mobile phone platform on the development of e-books in English, published in 2008, the domestic also do not have the book, so this is a Amoy Amoy from abroad a
Platform: | Size: 986112 | Author: 张珉 | Hits:

[Browser ClientSecondAndroid

Description: android编码,实现在android浏览器上与android环境的库*.so文件进行交互的例子-android coding, android browser to achieve with the android library environment interaction*. so files example
Platform: | Size: 30720 | Author: ouzl | Hits:

[xml-soap-webserviceListAdapter

Description: android 中一个简单例子实现 listview。在xml文件中布局总是有缺陷的。在程序中实现!-andrlid layout listview
Platform: | Size: 2048 | Author: 张晓 | Hits:

[JSP/JavaNDK_introduction

Description: 史上最强NDK入门项目实战.利用NDK 生成 SO 库,使用 SO 库进行 JNI 调用,在 Android sdcard 创建文件并写入数据。-NDK started the project in the history of the strongest real. NDK generated using SO library, use the SO library JNI call, in the Android sdcard to create file and write data.
Platform: | Size: 173056 | Author: xuliu | Hits:

[androidAndroid

Description: 深入浅出android,让你对android有一个大体的了解,可以作为android的入门资料-Layman android, so you have a general understanding of android can be used as introductory information android
Platform: | Size: 176128 | Author: liu dunxu | Hits:

[androidandroid-sdk_r05-linux_86.tar

Description: 这是android的sdk开发库,是支持java的.android-sdk-linux_86-The Android SDK archive now only contains the tools. It no longer comes populated with a specific Android platform or Google add-on. Instead you use the SDK Manager to install or update SDK components such as platforms, tools, add-ons, and documentation. In order to start developing applications, you must install at least one version of the Android platform using the SDK Manager. This requires an Internet connection, so if you plan to use the SDK offline, please make sure to download the necessary components while online. To start the SDK Manager, please execute the program "tools/android".
Platform: | Size: 16208896 | Author: 搞搞 | Hits:

[androidandroid-plugin

Description: 一个android browser的javascript扩展程序,可以在browser上通过javascript来实现TTS.对研究android browser的plugin是个不错的例子程序。(注,程序是从网上找到了,里面会用到一些android平台的.h,.c,.so文件,需要自己从android的源代码里找,希望对大家有用)-An android browser' s javascript extensions can be adopted by the javascript in the browser to achieve the TTS. Android browser' s plugin for research is a good example of procedures. (Note, the program is found from the Internet, which will use some of android platform. H,. C,. So file, needs its own source code from the android in search, we want to be useful)
Platform: | Size: 184320 | Author: jun | Hits:

[androidandroid

Description: Android 平台是 Google Phone 的手機作業平台,平台的底層採用了 Linux 作為作業系統 (圖一中的紅色部分),在Linux作業系統之下、內建了許多控制 裝置的驅動程式,包含藍芽(Bluetooth)、無線網路(WiFi)、隨插即用的USB 介 面等等,當然還有記憶體、銀幕、鍵盤、照像、音效等裝置的驅動程式,在 Linux 作業系統之上-Google Phone Android mobile phone platform is a platform, the platform uses Linux as the underlying operating system (Figure 1 in the red part), under the Linux operating system, built-in drivers for many controls, including Bluetooth (Bluetooth ), wireless Internet (WiFi), plug the USB interface and so on, of course, memory, screen, keyboard, camera, audio and other device drivers on the Linux operating system
Platform: | Size: 6414336 | Author: lizhe | Hits:

[androidandroid-multimedia

Description: Android多媒体实例大汇集--1、Image的获取和存储。2、Image的检索和显示。3、定制自己的Camera。4、实现像PhotoShop中的一些功能,对图像进行编辑,合成等。-Android large collection of multimedia examples- 1, Image acquisition and storage. 2, Image retrieval and display. 3, customize their Camera. 4, the implementation of some features, like PhotoShop, the image editing, compositing and so on.
Platform: | Size: 91136 | Author: dingming | Hits:

[androidAndroid-system

Description: Android应用开发详解中文版资料,包括平台搭建,资源访问,用户界面等。-Detailed Chinese version of Android application development, including platform to build, resource access, user interface and so on.
Platform: | Size: 17934336 | Author: 菲菲 | Hits:

[androidlinphone-android

Description: 已经编译好的android平台的linphone客户端,包含了所有运行需要到得动态库文件,直接导入Eclipse即可以运行-Android platform has been compiled linphone client, contains all needed for the operation to get the dynamic library files, which can run directly into Eclipse
Platform: | Size: 3577856 | Author: 王辰 | Hits:

[androidAndroid-2.3-source-code-example

Description: android的开发源码实例,不多见,供大家学习学习,我看了后学了不少,故分享出来。-the android open source instance, rare for them to learn to learn, I learned after reading a lot, so share it.
Platform: | Size: 19849216 | Author: xwenfeng | Hits:

[androidAndroid-VieW-Canvas-bitmap

Description: BitMap、View以及Canvas是我们Ophone程序中常用到的类。本日以feisky的学习笔记呈现,通过实例讲解View&Canvas等等。 1. 从资源中获取位图 可以使用BitmapDrawable或者BitmapFactory来获取资源中的位图。 当然,首先需要获取资源: Resources res=getResources() 使用BitmapDrawable获取位图 使用BitmapDrawable (InputStream is)构造一个BitmapDrawable; 使用BitmapDrawable类的getBitmap()获取得到位图; // 读取InputStream并得到位图 InputStream is=res.openRawResource(R.drawable.pic180) BitmapDrawable bmpDraw=new BitmapDrawable(is) Bitmap bmp=bmpDraw.getBitmap() 或者采用下面的方式: -BitMap, View and Canvas is we use class often Ophone program. This day to feisky study notes appear, through the examples explain View&Canvas and so on. 1. Get a bitmap from resources Can use BitmapDrawable or BitmapFactory to obtain resources of the bitmap. Of course, we first need to obtain resources: Resources res = getResources () Use BitmapDrawable get a bitmap Use BitmapDrawable (InputStream is constructing a BitmapDrawable Use BitmapDrawable kind getBitmap () get get a bitmap //read InputStream and get a bitmap InputStream is = res. OpenRawResource (R.d rawable. Pic180) BitmapDrawable bmpDraw = new BitmapDrawable (is) Bitmap BMP = bmpDraw. GetBitmap () Or use the following ways:
Platform: | Size: 54272 | Author: netwalk | Hits:

[androidspatialite-android-so

Description: Spatialite for Android编译及测试所有的库文件-Spatialite for Android compile and test all of the library files
Platform: | Size: 5512192 | Author: 中山大学 | Hits:

[Game ProgramAndroid五子棋附源码

Description: android课程设计,五子棋小游戏,附有源代码,可以帮助有兴趣的同学学习(a little game by java,it can help some students to learn android,so if you want it ,you can download from it)
Platform: | Size: 803840 | Author: jpf | Hits:

[androidAndroid技术内幕.系统卷

Description: 把Android的架构、和linux kernel的关系等讲解的非常到位和清晰(The Android architecture, and the relationship between Linux, kernel, and so on to explain very clearly and in place)
Platform: | Size: 42762240 | Author: qqqqqq123 | Hits:

[Linux-UnixSo file decompile tool

Description: android 反向工程 安卓so文件反编译工具(Android reverse engineering So file decompile tool)
Platform: | Size: 7537664 | Author: nero69 | Hits:

[androidandroid通过NFC读取公交卡的余额和交易记录

Description: 通过NFC读取公交卡的余额和交易记录 ,android示例程序 通过NFC的读模式,读取公交卡的余额和交易记录。这是一个开源的工程,可以读取深圳通、羊城通、北京卡、八达通、武汉通等等(Read the balance and transaction records of the bus card by NFC, Android sample program Through the reading mode of NFC, the balance and transaction records of the bus card are read. This is an open source project that can read Shenzhen, Yangcheng, Beijing, octopus, Wuhan and so on.)
Platform: | Size: 832512 | Author: gzteng | Hits:

[OtherAndroid第二桌面启动器

Description: 当手机要交给孩子玩的时候,首先把屏幕设置为黑色背景,然后启动这个启动器,并设置默认桌面,然后添加仅想给孩子玩的游戏应用图标,这样一来你的手机就不怕被孩子乱搞了。我发现手机的访客模式似乎不能有效使用,所以设计了本程序。 使用方法如下: 屏幕左上角垂直排列着四个50?50dp的按钮,点击第一个使第三个变成可点击,接着点击第三个使第二个和第四个变成可点击;点击第四个可添加应用快捷方式到本页;点击第二个后进入另一个全黑页面,依次点击左下角、右下角,再点下边框中间,就可以打开应用列表打开应用。(When the mobile phone to give the child play when the screen is black background, and then start the starter, and set the default desktop, then add only want to give the kids play the game application icon, so that your mobile phone is not afraid of the child. I found that the visitor mode of the mobile phone doesn't seem to be used effectively, so this program is designed. The use of the method is as follows: The upper left corner of the screen vertical arrangement of the four 50 50dp button, click on the first third can be clicked, then click on the third to second and fourth to fourth can click; click Add application shortcut to this page; click on the second after entering another black page, in turn click on the lower right corner, and then, under the frame of the middle point, you can open the application list of open applications. To delete the added shortcut, only click the program icon to start again and return to the blank, and then add which is reselected.)
Platform: | Size: 490496 | Author: x0s0z0 | Hits:

[OtherAndroid程序员必须知道的53个知识点

Description: Android程序员面试时需要知道的知识点,能让你面试时事半功倍,知己知彼才能百战不殆(Android programmers need to know what they need to know during the interview, so that you can make the most of the interview)
Platform: | Size: 601088 | Author: 水水水水1 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net